First attempt at porting to c800x480 resolution#295
First attempt at porting to c800x480 resolution#295Amigache wants to merge 6 commits intoyaapu:masterfrom
Conversation
- Adjusted positioning of battery voltage and current displays in right_dualbatt_def.lua, right_hybrid_def.lua, right_nocellv_def.lua, and right_tether_def.lua for improved alignment. - Updated the drawing coordinates for various text and graphical elements to enhance visual clarity across multiple widget definitions. - Modified the main.lua to reposition RSSI and telemetry information for better readability and consistency. - Increased the height of the menu bar and adjusted text positions in menu.lua to accommodate new layout requirements. - Removed unnecessary touch event handling code to streamline the menu interaction process.
|
Awesome effort! I just got my MK3 only to discover the 480x272 would not work on the 800x480 screen, no surprise. :-( |
Last Commit SummaryFixes a runtime crash when switching to newly introduced or unmapped flight modes (e.g. Fixes Included
Impact
Validation
|
Fix: CPU limit error on HUD screen (EdgeTX c800x480, H7)Root cause: Fixes applied across c800x480 / c480x272 / c480x320:
|
|
Could be me, but the sound is not working |
The sound hasn't been touched at all; it works fine for me. The only thing I haven't added are the audio tracks for the two new flight modes. |


This PR attempts to be a basic approach for adapting the new resolution of the TX16S MK3 transmitters. Various adjustments have been made to offsets, coordinates, and resizing of some bitmaps. Validation of the various available configurations is still required.